spring mvc

  • 网络例子
spring mvcspring mvc
  1. Spring MVC is also supported as a new connector .

    SrpingMVC也作为一个新连接器被支持。

  2. Spring MVC enhancements , mainly focused around ease of use .

    SpringMVC增强,主要集中在方便使用上。

  3. Tomcat should start up and deploy the Spring MVC example application .

    Tomcat应当启动并部署SpringMVC示例应用程序。

  4. As well as support for Spring MVC a generic web integration mechanism is planned .

    除了对SpringMVC的支持,它还计划支持一般的web集成机制。

  5. Web Flow is an extension to Spring MVC for implementing flows in a web application .

    WebFlow是对SpringMVC的一个扩展,用来在Web应用程序中实现流程。

  6. Advanced Configuration of the Spring MVC Framework

    springmvc框架的高级配置

  7. To start building the example application , configure Spring MVC 's DispatcherServlet .

    要开始构建示例应用程序,请配置SpringMVC的DispatcherServlet。

  8. Although we are using Spring MVC , the techniques apply to any MVC style web framework .

    尽管我们使用的是SpringMVC,但该技术可以应用于任何MVC风格的Web框架。

  9. Although Spring MVC offers other options , I 'll use JSP technology for my view pages .

    虽然SpringMVC提供了其他选项,但是我将采用JSP技术作为视图页面。

  10. I use Spring MVC and the Spring Web Flow framework to implement the Browser Request Handler .

    我使用springmvc和SpringWebFlow框架来实现浏览器请求处理程序。

  11. The reverse transformation will create annotated model elements and also generate an activity diagram for Spring MVC .

    逆向转换将创建带标注的模型元素,并生成springmvc的活动图。

  12. Next , we will focus on the Spring MVC framework and offer a few solutions for projects developed using this technology .

    下面,我们将根据SpringMVC框架,为基于本技术开发的项目提供一系列的解决方案。

  13. The spring-banking folder is a Web archive that contains the Spring MVC example application .

    spring-banking文件夹是一个Web档案,里面包含SpringMVC示例应用程序。

  14. Deeper Integration with Spring MVC

    与SpringMVC更深度集成

  15. You now know how to create a fully functional Spring MVC Web application from a UML Model with a few clicks .

    现在您已经知道了怎样通过一系列的点击操作,来从一个UML模型中创建全功能的SpringMVCWeb应用程序。

  16. Domain artifacts in UML . As with the Spring MVC framework , you can now capture Struts

    域工件。正如使用springmvc框架一样,您现在就可以在UML活动图中捕获Struts

  17. Spring MVC integration with support for multi-module , dynamically reloadable web applications being built using Spring MVC .

    集成SpringMVC,支持多模块及使用SpringMVC构建的动态可重新加载的web应用。

  18. Because the goal of this tutorial is to learn about Spring MVC , many basic MVC concepts are only briefly discussed .

    由于本教程的目的在于了解SpringMVC,因此只简要讨论了大多数基本的MVC概念。

  19. The first use of the controller command will also add additional dependencies , such as Spring MVC and Tiles to your project .

    第一次使用控制器命令还会添加额外的依赖项到您的项目中,比如SpringMVC和Tiles。

  20. Namespaces simplifying Spring MVC and JPA usage will probably be the first to be added to the core .

    简化SpringMVC和JPA使用的命名空间可能会最先加入到核心中去。

  21. Spring MVC framework : The Model-View-Controller ( MVC ) framework is a full-featured MVC implementation for building Web applications .

    SpringMVC框架:MVC框架是一个全功能的构建Web应用程序的MVC实现。

  22. Change base web frameworks ( e.g.Struts , Spring MVC , JSF , other ) without having to change your flow definitions .

    改变web框架(比如Struts、SpringMVC、JSF及其它)而不用修改流转定义。

  23. Spring MVC 's view resolver resolves each logical name to an actual resource , that is a JSP file that contains account information .

    SpringMVC的视图解析器把每个逻辑名称解析成实际的资源,即包含帐户信息的JSP文件。

  24. The Spring MVC HTTP Request processing pipeline includes the ability to plug in an Interceptor before a controller has the chance to process the request .

    SpringMVCHTTP请求处理途径中包括了在一个controller前插接拦截器(Interceptor)的能力,因而有机会处理请求。

  25. The JSPX files are generated by a controller command that converts a simple JAR-based application to a Spring MVC web application .

    JSPX文件由一个控制器命令生成,该命令将简单的基于JAR的应用程序转换为SpringMVCWeb应用程序。

  26. The example application will encompass some of the techniques you 've already learned such as dependency injection but will primarily demonstrate features of Spring MVC .

    示例应用程序包含了已经学过的一些技术(例如依赖注入),但是主要演示SpringMVC的特性。

  27. The Spring MVC includes a feature that allows for the automatic setting of form field submissions directly to java beans that represent the underlying object model .

    SpringMVC有这样一个特性:可以直接将表单中提交的字段自动传递到代表对象模型的javabeans。

  28. In this article , the author will present some configuration tips for the Spring MVC framework that could help you manage multiple instances of your Spring-based web application .

    在本文中,作者将给出一些springmvc框架的配置技巧,这些技巧可以帮助您管理基于Sping的web应用程度的多个实例。

  29. It is framework agnostic and can easily be used with the web application framework of choice , such as for example Spring MVC , Struts , or JSF .

    它不依赖于框架从而能够方便的与可选的web应用框架一同使用,比如SpringMVC、Struts或者JSF等。

  30. Spring MVC separates the roles of the controller , the model object , the dispatcher , and the handler object , which makes them easier to customize .

    SpringMVC分离了控制器、模型对象、分派器以及处理程序对象的角色,这种分离让它们更容易进行定制。